home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 June / What PC June 1996.iso / whatpc.dir / 00265.ls < prev    next >
Encoding:
Text File  |  1996-05-31  |  1.4 KB  |  44 lines

  1. on enterFrame
  2.   set the cursor of sprite 3 to 0
  3.   set the cursor of sprite 4 to 0
  4.   set the cursor of sprite 5 to 0
  5.   set the cursor of sprite 6 to 0
  6.   set the cursor of sprite 7 to 0
  7.   set the cursor of sprite 8 to 0
  8.   set the cursor of sprite 9 to 0
  9.   set the cursor of sprite 10 to 0
  10.   set the cursor of sprite 11 to 0
  11.   set the cursor of sprite 22 to 0
  12.   set the cursor of sprite 23 to 0
  13.   set the cursor of sprite 24 to 0
  14.   set the cursor of sprite 25 to 0
  15.   set the cursor of sprite 30 to [cast "CD1.BMP", cast "CD2.BMP"]
  16.   set the cursor of sprite 31 to [cast "CD1.BMP", cast "CD2.BMP"]
  17.   set the cursor of sprite 32 to [cast "CD1.BMP", cast "CD2.BMP"]
  18.   set the cursor of sprite 33 to 0
  19.   set the cursor of sprite 34 to 0
  20.   set the cursor of sprite 35 to 0
  21.   set the cursor of sprite 36 to [cast "HAND1.BMP", cast "HAND2.BMP"]
  22.   set the cursor of sprite 37 to [cast "HAND1.BMP", cast "HAND2.BMP"]
  23.   set the cursor of sprite 38 to 0
  24.   set the cursor of sprite 39 to 0
  25.   set the cursor of sprite 40 to 0
  26.   set the cursor of sprite 41 to 0
  27.   set the cursor of sprite 42 to 0
  28.   set the cursor of sprite 43 to 0
  29.   set the cursor of sprite 44 to 0
  30.   set the cursor of sprite 45 to 0
  31.   set the cursor of sprite 46 to 0
  32.   set the cursor of sprite 47 to 0
  33.   set the cursor of sprite 48 to 0
  34.   sound stop 1
  35.   sound fadeIn 1
  36.   if not soundBusy(1) then
  37.     sound playFile 1, "system\track4.wav"
  38.   end if
  39. end
  40.  
  41. on exitFrame
  42.   go("Extras2")
  43. end
  44.